home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / misc / sci / dproc126.lha / demo / vAllLin.tst < prev    next >
Text File  |  1993-02-26  |  659b  |  42 lines

  1. ; main file for linear amplification stuff
  2.  
  3. #include v20lin.tst
  4. #stop Press any key
  5. #reset
  6. #include v100lin.tst
  7. #stop Press any key
  8. #reset
  9. #include v350lin.tst
  10. #stop Press any key
  11. #reset
  12. #include vprlin.tst
  13. #stop Press any key
  14. #reset
  15. #include v0.tst
  16. #stop Press any key
  17. #reset
  18.  
  19. #columns %f %f %f %f
  20. #queue 1 v sv a sa
  21. #globtitle "Exponenten $\nu^{x}$"
  22. #title v "V'"
  23. #title sv "$s_{V'}$"
  24. #title a x
  25. #title sa $s_x$
  26. #prec 0 3
  27.  
  28. #include reglin.tag
  29.  
  30. #term latex
  31. #set caption reglin
  32. #write "reglin.tab"
  33.  
  34. #if gnup
  35. #dos gnuplot v20lin.gnu
  36. #dos gnuplot v100lin.gnu
  37. #dos gnuplot v350lin.gnu
  38. #dos gnuplot v0.gnu
  39. #else
  40. ! GnuPlot was activated, if you selected it
  41. #endif
  42.